SftTree/NET 2.0

AllowMergeFromUpperDefault Property, FootersClass Class

Softel vdm, Inc.

Defines the default value for the CellBaseClass.AllowMergeFromUpper property for cells in column footers, whether cells are eligible to be used for cell merging by cells above.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property AllowMergeFromUpperDefault As Boolean

C#   

public bool AllowMergeFromUpperDefault { get; set; }

C++   

public: property bool AllowMergeFromUpperDefault {
        bool get();
        void set(bool value);
}

Property Value

True if cells are eligible to be used for cell merging by cells above, otherwise False.

The default value is False.

Comments

The AllowMergeFromUpperDefault property defines the default value for the CellBaseClass.AllowMergeFromUpper property for cells in column footers, whether cells are eligible to be used for cell merging by cells above.

The default settings for cell merging can be defined using these properties: Headers.AllowMergeFromPreviousDefault for column headers, AllowMergeFromPreviousDefault for column footers and ColumnClass.AllowMergeFromPreviousDefault for each column.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com